{%- set generic_words %}{% include 'dict/generic-words.txt' %}{% endset -%}
{{ [
  cookiecutter.project_name,
  cookiecutter.project_short_description,
  cookiecutter.author_full_name,
  cookiecutter.author_email,
  cookiecutter.author_gitlab_username,
  cookiecutter.distribution_package_name,
  cookiecutter.import_package_name,
  cookiecutter.gitlab_project_name,
  cookiecutter.local_repo_dir,
  cookiecutter.pypi_username,
  cookiecutter.__gitlab_hostname,
  cookiecutter.__gitlab_group_spec,
] | dictionary_words(exclude_words=generic_words) }}
